home *** CD-ROM | disk | FTP | other *** search
- head 1.4;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.4
- date 92.03.02.15.25.36; author bmiller; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 91.01.07.17.55.52; author mottsmth; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 90.02.20.17.10.47; author douglis; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 89.07.20.11.46.12; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.4
- log
- @copyright year changed by bmiller.
- @
- text
- @'\" Copyright 1992 Regents of the University of California
- '\" Permission to use, copy, modify, and distribute this
- '\" documentation for any purpose and without fee is hereby
- '\" granted, provided that this notice appears in all copies.
- '\" The University of California makes no representations about
- '\" the suitability of this material for any purpose. It is
- '\" provided "as is" without express or implied warranty.
- '\"
- '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.3 91/01/07 17:55:52 mottsmth Exp Locker: bmiller $ SPRITE (Berkeley)
- '/"
- .so \*(]ltmac.sprite
- .HS libName lib
- .BS
- '\" Note: do not modify the .SH NAME line immediately below!
- .SH NAME
- Proc1, Proc2, Proc3 \- Summary of what procedure(s) do(es).
- .SH SYNOPSIS
- .nf
- \fB#include <module.h>\fR
- .sp
- ReturnType *
- \fBProc1\fR(\fIname\fP)
- .sp
- void
- \fBProc2\fR(\fIargc\fR, \fIargv\fR)
- .SH ARGUMENTS
- .AS biggestType biggestName
- .AP char *name in
- Terse description of what \fIname\fR is.
- .AP int argc in
- Number of elements in \fIargv\fR.
- .AP char **argv in/out
- Description of the \fIargv\fR argument. ``In/Out'' means that \fI*argv\fR
- may be modified by the procedure.
- .BE
-
- .SH DESCRIPTION
- .PP
- In this section you describe how to use the procedures. The description
- should be relatively complete, but terse. For complex libraries,
- use multiple sections, each describing some aspect of the library.
- See \fIThe Sprite Engineering Manual\fR for general information on writing
- manual pages, and the \fBman\fR manual entry in the \fBfiles\fR manual section
- for details on all the macros that are available.
-
- .SH KEYWORDS
- form, manual
- @
-
-
- 1.3
- log
- @Update copyright date
- @
- text
- @d1 1
- a1 1
- '\" Copyright 1991 Regents of the University of California
- d9 1
- a9 1
- '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.2 90/02/20 17:10:47 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)
- @
-
-
- 1.2
- log
- @1989 -> 1990
- @
- text
- @d1 1
- a1 1
- '\" Copyright 1990 Regents of the University of California
- d9 1
- a9 1
- '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.1 89/07/20 11:46:12 ouster Exp Locker: douglis $ SPRITE (Berkeley)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 1
- a1 1
- '\" Copyright 1989 Regents of the University of California
- d9 1
- a9 1
- '\" $Header: /sprite/lib/forms/RCS/proto.man,v 1.5 89/01/27 08:36:02 ouster Exp $ SPRITE (Berkeley)
- @
-